negotiator.xml
Class OrderedSimpleElement

java.lang.Object
  extended by negotiator.xml.SimpleElement
      extended by negotiator.xml.OrderedSimpleElement
All Implemented Interfaces:
java.io.Serializable

public class OrderedSimpleElement
extends SimpleElement

Orders the attributes

See Also:
Serialized Form

Field Summary
 
Fields inherited from class negotiator.xml.SimpleElement
attributes, childElements, tagName, text
 
Constructor Summary
OrderedSimpleElement(java.lang.String tagName)
           
 
Method Summary
 void setAttribute(java.lang.String name, java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class negotiator.xml.SimpleElement
addChildElement, combineLists, getAttribute, getAttributes, getChildByTagName, getChildElements, getChildElementsAsList, getTagName, getText, isEmpty, saveToFile, setTagName, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderedSimpleElement

public OrderedSimpleElement(java.lang.String tagName)
Method Detail

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.String value)
Overrides:
setAttribute in class SimpleElement

toString

public java.lang.String toString()
Overrides:
toString in class SimpleElement